home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 38 / Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso / -in_the_mag- / reader_requests / dice_v3.15 / doc / compat.doc < prev    next >
Text File  |  1999-01-26  |  462b  |  28 lines

  1.  
  2.     COMPAT.DOC (c)Copyright 1990, Matthew Dillon, All Rights Reserved
  3.  
  4. TABLE OF CONTENTS
  5.  
  6. c.lib/compat/bpf.a
  7.  
  8.  
  9. string/bpf                        string/bpf
  10.  
  11.    NAME
  12.     __builtin_printf() (___builtin_printf:)
  13.  
  14.    SYNOPSIS
  15.     none
  16.  
  17.    FUNCTION
  18.     Used by author when compiling the DICE source with other commercial
  19.     compilers to 'bootstrap' them.  Exists for historical reasons only.
  20.  
  21.    NOTE
  22.     This function simply calls printf() and should not be used
  23.     normally.
  24.  
  25.    SEE ALSO
  26.     printf
  27.  
  28.